home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_94325.txt < prev    next >
Text File  |  1987-11-25  |  742b  |  23 lines

  1. -- card: 94325 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. the clickloc
  11.  
  12. The location of the most recent mouse click.  Returns two numbers representing the current h and v location of the cursor, separated by a comma.  Use this instead of the mouseLoc when you want the actual place the user clicked.  MouseLoc gives the current location of the cursor, which will be different if the mouse has moved since the user clicked.
  13.  
  14. if item 1 of word 1 of the clickLoc > 100 then ...
  15. do "show button 3 at" && the mouseLoc
  16.  
  17. -- part contents for background part 2
  18. ----- text -----
  19. clickLoc
  20.  
  21. -- part contents for background part 43
  22. ----- text -----
  23. 337,169